# Download the experiment summary for E-GEOD-11175
geod11175 <- getAtlasExperiment( "E-GEOD-11175" )
# See the entries available (in this case array design accessions)
names( geod11175 )
# Prints out the following:
# [1] "A-AFFY-126"
# Get the only ExpressionSet object from this experiment.
eset <- geod11175[[ "A-AFFY-126" ]]
Run the code above in your browser using DataLab